Function: getCode

CALL:

str = getCode(fun, subfun)

DESCRIPTION:

Get code of subfunction in an .m file.

INPUT:

fun string
The name of function for which the code should be retrieved.
subfun string
The name of the subfunction.

OUTPUT:

str string
The body of the subfunction.